fmt.ss.errorString (method)
24 uses
fmt (current package)
scan.go#L243: func (s *ss) errorString(err string) {
scan.go#L433: s.errorString("unexpected newline")
scan.go#L526: s.errorString("bad verb '%" + string(verb) + "' for " + typ)
scan.go#L592: s.errorString("expected integer")
scan.go#L607: s.errorString("overflow on character value " + string(r))
scan.go#L648: s.errorString("bad unicode format ")
scan.go#L664: s.errorString("integer overflow on token " + tok)
scan.go#L681: s.errorString("bad unicode format ")
scan.go#L694: s.errorString("unsigned integer overflow on token " + tok)
scan.go#L877: s.errorString("expected quoted string")
scan.go#L911: s.errorString("illegal hex digit")
scan.go#L928: s.errorString("no hex data for %x string")
scan.go#L948: s.errorString("missing literal %")
scan.go#L1021: s.errorString("type not a pointer: " + val.Type().String())
scan.go#L1037: s.errorString("can't scan type: " + val.Type().String())
scan.go#L1051: s.errorString("can't scan type: " + val.Type().String())
scan.go#L1084: s.errorString("expected newline")
scan.go#L1129: s.errorString("newline in format does not match input")
scan.go#L1138: s.errorString("expected space in input to match format")
scan.go#L1141: s.errorString("newline in input does not match format")
scan.go#L1158: s.errorString("missing verb: % at end of format string")
scan.go#L1195: s.errorString("input does not match format")
scan.go#L1225: s.errorString("too few operands for format '%" + format[i-w:] + "'")
scan.go#L1235: s.errorString("too many operands")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |